home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1993 April: Penguin on DISC
/
ADC Developer CD (1993-04) (''Penguin On DISC'')_iso
/
Dev.CD Apr 93.iso
/
System Software
/
System Extensions
/
AppleScript Beta
/
Example Scripts
/
Example Scripts (as text)
/
Finder Scripts
/
Get an alias
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-02
|
222 b
|
7 lines
|
[
TEXT/ToyS
]
tell application "Finder"
if folder "Aliases" of desktop exists then
make alias with data selection at folder "Aliases" of desktop
else
display dialog "Please create an Aliases folder on the desktop"
end if
end tell